home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / misc~1 / 198 / dhandler / dhandler.doc < prev    next >
Encoding:
Text File  |  1988-04-08  |  4.1 KB  |  88 lines

  1.                        THE ATARI ST DATA HANDLER
  2.  
  3.                               Version 1.0
  4.  
  5.                    by Tom Robertson & Richard Guthrie
  6.  
  7.  
  8.    This program is distributed under the shareware concept.  You are 
  9.    free to copy it and give it away but if you use it, please send 
  10.    $5.00 to:
  11.  
  12.           Tom Robertson                      Richard Guthrie
  13.           103 Woodcliff Ct.       or         106 Forest Drive
  14.           Simpsonville, SC                   Fountain Inn, SC
  15.           29681                              29644
  16.  
  17.     1.  After unarcing, you will find four files: DHANDLER.PRG, 
  18.         DEFAULT.PRT, SAMPLE.DB, and README.DOC.
  19.  
  20.     2.  For the most efficient operation, we suggest you place these 
  21.         files in a ramdisk and then run DHANDLER.PRG from that drive 
  22.         source.  The program uses whichever drive you run it from as 
  23.         the default drive but you may override default by setting 
  24.         the drive path from the "FILES" menu selection.
  25.  
  26.     3.  To use a desk accessory, select "Use an Accessory" under the 
  27.         "ACCESSORY" menu selection.  This allows you to then pick any 
  28.         accessory you may have under the "DESK" menu selection.  When 
  29.         you finish with an accessory, you must select "Return" under 
  30.         the "ACCESSORY" menu selection.
  31.  
  32.     4.  Under the "DESK" menu, "About DATA HANDLER" is two pages of 
  33.         helpful information on running the program.  Review this 
  34.         material before proceeding.
  35.  
  36.     5.  We have attempted to design this data base as a very simple 
  37.         and easy to use system for handling data.  Each screen has 
  38.         instructions on what can be done within that screen.  Select 
  39.         "Load DB" from the "FILES" menu and load in SAMPLE.DB.  You 
  40.         can use this data to practice adding, updating, deleting, 
  41.         searching, and sorting records.  You can see the results by 
  42.         going to the "PRINT" menu and choose "All to Screen".  Within 
  43.         a few keystrokes, you'll find the system very easy to use.
  44.  
  45.     6.  After you've finished a session with DATA HANDLER, be sure to 
  46.         save your new data back to your disk.  Select "Save DB" under 
  47.         the "FILES" menu.  The program will prompt you to do this.
  48.  
  49.     7.  An interesting feature also is the "Change DB" selection.  
  50.         This allows you to change the names of fields or the lengths 
  51.         of fields.  It will not allow you to delete or add fields.  
  52.         This feature is very helpful in custom alignment of your data 
  53.         when you print to the screen.
  54.  
  55.     8.  "Add New DB" allows you to set up a new data base and prompts 
  56.         you through each step.  After creating your new data base, 
  57.         you must save it to disk and then load it back in before 
  58.         adding new records.
  59.  
  60.     9.  "Delete DB" is just as the name implies, be certain!!
  61.  
  62.    10.  During adding and updating records, you may date stamp a 
  63.         field named "Date" as long as the field length is eight 
  64.         spaces long.  Control D will put the system date in this 
  65.         format: DD/MM/YY.  Also, sorting on a date is possible if the 
  66.         field is named "Date" and the same format is used.
  67.  
  68.    
  69.    11.  Under the "PRINT" menu, "Printer Setup" allows you to enter 
  70.         your printer codes for fonts 1 and 3.  The default is for a 
  71.         Panasonic 1091 so you may need to change these settings.  
  72.         Function keys F3, F5, and F9 are the only active inputs with  
  73.         this version.  If your print length is under 80 characters  
  74.         long, font 1 will be selected.  If print length is over 80, 
  75.         font 3 will be selected.  F9 is for printer initialization. 
  76.         DEFAULT.PRT should be placed in the root directory only.
  77.  
  78.    12.  "Select Fields" under "PRINT" menu allows you to toggle any 
  79.        field on or off for display or printing.  An asterick on the 
  80.        left of the function keys indicates the field will be 
  81.        displayed.  
  82.     
  83.    Experimentation with the various functions of the program can 
  84.    teach you more than any doc file so have fun with the program and 
  85.    thanks for your support!!
  86.  
  87.  
  88.